Convert Time to Unix
Command Prototype
iRet = Time.ToUnixTime(dTime, bMS)
Command Description
Converts a time data (obtained by the get time command) to a Unix timestamp
Parameter Description
- Required Parameter
- dTime--The time data to be converted, the default is the current time
- bMS--Whether to convert to a timestamp of millisecond precision, the default is false
- return
- iRet--The variable used to save the output of the function call